[INFO] cloning repository https://github.com/informalsystems/cgp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/informalsystems/cgp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finformalsystems%2Fcgp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finformalsystems%2Fcgp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 40087146c44ee854bf9d7acc1371cdf9fc76239c
[INFO] fixing informalsystems/cgp against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finformalsystems%2Fcgp" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/informalsystems/cgp
[INFO] finished tweaking git repo https://github.com/informalsystems/cgp
[INFO] tweaked toml for git repo https://github.com/informalsystems/cgp written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/informalsystems/cgp on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/informalsystems/cgp already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded insta v1.48.0
[INFO] [stderr]   Downloaded eyre v0.6.12
[INFO] [stderr]   Downloaded indenter v0.3.4
[INFO] [stderr]   Downloaded console v0.16.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c27a7625f5d6273c17514364d4e6a4b4637d0931f454e5abf1abe4c853517e3b
[INFO] running `Command { std: "docker" "start" "c27a7625f5d6273c17514364d4e6a4b4637d0931f454e5abf1abe4c853517e3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c27a7625f5d6273c17514364d4e6a4b4637d0931f454e5abf1abe4c853517e3b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c27a7625f5d6273c17514364d4e6a4b4637d0931f454e5abf1abe4c853517e3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c27a7625f5d6273c17514364d4e6a4b4637d0931f454e5abf1abe4c853517e3b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking cgp-base-types v0.7.0 (/opt/rustwide/workdir/crates/core/cgp-base-types)
[INFO] [stderr]     Checking cgp-component v0.7.0 (/opt/rustwide/workdir/crates/core/cgp-component)
[INFO] [stderr]     Checking unicode-ident v1.0.22
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking indenter v0.3.4
[INFO] [stderr]     Checking syn v2.0.114
[INFO] [stderr]     Checking console v0.16.3
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking insta v1.48.0
[INFO] [stderr]     Checking cgp-macro-core v0.7.0 (/opt/rustwide/workdir/crates/macros/cgp-macro-core)
[INFO] [stderr]     Checking cgp-async-macro v0.7.0 (/opt/rustwide/workdir/crates/macros/cgp-async-macro)
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking cgp-macro-lib v0.7.0 (/opt/rustwide/workdir/crates/macros/cgp-macro-lib)
[INFO] [stderr]     Checking cgp-extra-macro-lib v0.7.0 (/opt/rustwide/workdir/crates/macros/cgp-extra-macro-lib)
[INFO] [stderr]     Checking cgp-extra-macro v0.7.0 (/opt/rustwide/workdir/crates/macros/cgp-extra-macro)
[INFO] [stderr]     Checking cgp-macro-test-util-lib v0.7.0 (/opt/rustwide/workdir/crates/macros/cgp-macro-test-util-lib)
[INFO] [stderr]     Checking cgp-macro v0.7.0 (/opt/rustwide/workdir/crates/macros/cgp-macro)
[INFO] [stderr]     Checking cgp-macro-test-util v0.7.0 (/opt/rustwide/workdir/crates/macros/cgp-macro-test-util)
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking cgp-base v0.7.0 (/opt/rustwide/workdir/crates/main/cgp-base)
[INFO] [stderr]     Checking cgp-type v0.7.0 (/opt/rustwide/workdir/crates/core/cgp-type)
[INFO] [stderr]     Checking cgp-field v0.7.0 (/opt/rustwide/workdir/crates/core/cgp-field)
[INFO] [stderr]     Checking cgp-error v0.7.0 (/opt/rustwide/workdir/crates/core/cgp-error)
[INFO] [stderr]     Checking cgp-field-extra v0.7.0 (/opt/rustwide/workdir/crates/extra/cgp-field-extra)
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking cgp-core v0.7.0 (/opt/rustwide/workdir/crates/main/cgp-core)
[INFO] [stderr]     Checking cgp-handler v0.7.0 (/opt/rustwide/workdir/crates/extra/cgp-handler)
[INFO] [stderr]     Checking cgp-runtime v0.7.0 (/opt/rustwide/workdir/crates/extra/cgp-runtime)
[INFO] [stderr]     Checking cgp-run v0.7.0 (/opt/rustwide/workdir/crates/extra/cgp-run)
[INFO] [stderr]     Checking cgp-error-extra v0.7.0 (/opt/rustwide/workdir/crates/extra/cgp-error-extra)
[INFO] [stderr]     Checking cgp-error-std v0.7.0 (/opt/rustwide/workdir/crates/standalone/error/cgp-error-std)
[INFO] [stderr]     Checking cgp-error-anyhow v0.7.0 (/opt/rustwide/workdir/crates/standalone/error/cgp-error-anyhow)
[INFO] [stderr]     Checking cgp-error-eyre v0.7.0 (/opt/rustwide/workdir/crates/standalone/error/cgp-error-eyre)
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking cgp-monad v0.7.0 (/opt/rustwide/workdir/crates/extra/cgp-monad)
[INFO] [stderr]     Checking cgp-dispatch v0.7.0 (/opt/rustwide/workdir/crates/extra/cgp-dispatch)
[INFO] [stderr]     Checking cgp-extra v0.7.0 (/opt/rustwide/workdir/crates/main/cgp-extra)
[INFO] [stderr]     Checking cgp v0.7.0 (/opt/rustwide/workdir/crates/main/cgp)
[INFO] [stderr]     Checking cgp-tests v0.7.0 (/opt/rustwide/workdir/crates/tests/cgp-tests)
[INFO] [stderr]     Checking cgp-macro-tests v0.7.0 (/opt/rustwide/workdir/crates/tests/cgp-macro-tests)
[INFO] [stdout] error[E0364]: `BarTypeProviderComponent` is private, and cannot be re-exported
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 |                   BarTypeProviderComponent,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: consider marking `BarTypeProviderComponent` as `pub` in the imported module
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 |                   BarTypeProviderComponent,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `MyGenericPresetA::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0364]: `BarGetterComponent` is private, and cannot be re-exported
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 |               <I> BarGetterComponent<I>:
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: consider marking `BarGetterComponent` as `pub` in the imported module
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 |               <I> BarGetterComponent<I>:
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `MyGenericPresetA::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0364]: `FooGetterComponent` is private, and cannot be re-exported
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:11:26
[INFO] [stdout]    |
[INFO] [stdout] 11 |             override <I> FooGetterComponent<I>:
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: consider marking `FooGetterComponent` as `pub` in the imported module
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:11:26
[INFO] [stdout]    |
[INFO] [stdout] 11 |             override <I> FooGetterComponent<I>:
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0364]: `FooTypeProviderComponent` is private, and cannot be re-exported
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 |                   FooTypeProviderComponent,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: consider marking `FooTypeProviderComponent` as `pub` in the imported module
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 |                   FooTypeProviderComponent,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `MyGenericPresetA::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0364]: `BarTypeProviderComponent` is private, and cannot be re-exported
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_a.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 |                   BarTypeProviderComponent,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: consider marking `BarTypeProviderComponent` as `pub` in the imported module
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_a.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 |                   BarTypeProviderComponent,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `MyPresetA::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0364]: `FooTypeProviderComponent` is private, and cannot be re-exported
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_a.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 |                   FooTypeProviderComponent,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: consider marking `FooTypeProviderComponent` as `pub` in the imported module
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_a.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 |                   FooTypeProviderComponent,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `MyPresetA::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0364]: `FooTypeProviderComponent` is private, and cannot be re-exported
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_a.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               FooTypeProviderComponent: UseType<()>,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetB: NestedPresetA {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: consider marking `FooTypeProviderComponent` as `pub` in the imported module
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_a.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               FooTypeProviderComponent: UseType<()>,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetB: NestedPresetA {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `NestedPresetA::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0364]: `BarGetterComponent` is private, and cannot be re-exported
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_c.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 |               BarGetterComponent: UseField<Symbol!("bar")>,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetD: NestedPresetB + NestedPresetC {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("fool")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: consider marking `BarGetterComponent` as `pub` in the imported module
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_c.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 |               BarGetterComponent: UseField<Symbol!("bar")>,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetD: NestedPresetB + NestedPresetC {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("fool")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `NestedPresetC::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0364]: `FooGetterComponent` is private, and cannot be re-exported
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:10:22
[INFO] [stdout]    |
[INFO] [stdout] 10 |             override FooGetterComponent:
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: consider marking `FooGetterComponent` as `pub` in the imported module
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:10:22
[INFO] [stdout]    |
[INFO] [stdout] 10 |             override FooGetterComponent:
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0364]: `BarTypeProviderComponent` is private, and cannot be re-exported
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |             override BarTypeProviderComponent ->
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: consider marking `BarTypeProviderComponent` as `pub` in the imported module
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |             override BarTypeProviderComponent ->
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `super::re_exports::FooTypeProviderComponent`
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_a.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               FooTypeProviderComponent: UseType<()>,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^ no `FooTypeProviderComponent` in `preset_tests::nested_inheritance::preset_d::preset::NestedPresetD::re_exports`
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetD: NestedPresetB + NestedPresetC {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("fool")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing one of these structs instead:
[INFO] [stdout]            crate::preset_tests::basic::components::FooTypeProviderComponent
[INFO] [stdout]            crate::preset_tests::generics::components::FooTypeProviderComponent
[INFO] [stdout]            crate::preset_tests::generics_inheritance::components::FooTypeProviderComponent
[INFO] [stdout]    = note: this error originates in the macro `NestedPresetB::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout]  9 -             FooTypeProviderComponent: UseType<()>,
[INFO] [stdout]  9 +             BarTypeProviderComponent: UseType<()>,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `FooTypeProviderComponent` in this scope
[INFO] [stdout]    --> crates/tests/cgp-tests/tests/preset_tests/basic/components.rs:106:1
[INFO] [stdout]     |
[INFO] [stdout] 106 |   snapshot_cgp_type! {
[INFO] [stdout]     |   ------------------ similarly named struct `BarTypeProviderComponent` defined here
[INFO] [stdout]     |
[INFO] [stdout]    ::: crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | /     cgp_preset! {
[INFO] [stdout]   9 | |         NestedPresetD: NestedPresetB + NestedPresetC {
[INFO] [stdout]  10 | |             override FooGetterComponent:
[INFO] [stdout]  11 | |                 UseField<Symbol!("fool")>,
[INFO] [stdout] ...   |
[INFO] [stdout]  15 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_a.rs:9:13
[INFO] [stdout]     |
[INFO] [stdout]   9 |               FooTypeProviderComponent: UseType<()>,
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `NestedPresetB::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_a.rs:9:13
[INFO] [stdout]     |
[INFO] [stdout]   9 -             FooTypeProviderComponent: UseType<()>,
[INFO] [stdout]   9 +             BarTypeProviderComponent: UseType<()>,
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:3:5
[INFO] [stdout]     |
[INFO] [stdout]   3 +     use crate::preset_tests::basic::components::FooTypeProviderComponent;
[INFO] [stdout]     |
[INFO] [stdout]   3 +     use crate::preset_tests::generics::components::FooTypeProviderComponent;
[INFO] [stdout]     |
[INFO] [stdout]   3 +     use crate::preset_tests::generics_inheritance::components::FooTypeProviderComponent;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `FooTypeProviderComponent` in this scope
[INFO] [stdout]    --> crates/tests/cgp-tests/tests/preset_tests/basic/components.rs:106:1
[INFO] [stdout]     |
[INFO] [stdout] 106 |   snapshot_cgp_type! {
[INFO] [stdout]     |   ------------------ similarly named struct `BarTypeProviderComponent` defined here
[INFO] [stdout]     |
[INFO] [stdout]    ::: crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | /     cgp_preset! {
[INFO] [stdout]   9 | |         NestedPresetD: NestedPresetB + NestedPresetC {
[INFO] [stdout]  10 | |             override FooGetterComponent:
[INFO] [stdout]  11 | |                 UseField<Symbol!("fool")>,
[INFO] [stdout] ...   |
[INFO] [stdout]  15 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_a.rs:9:13
[INFO] [stdout]     |
[INFO] [stdout]   9 |               FooTypeProviderComponent: UseType<()>,
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing one of these structs:
[INFO] [stdout]             crate::preset_tests::basic::components::FooTypeProviderComponent
[INFO] [stdout]             crate::preset_tests::generics::components::FooTypeProviderComponent
[INFO] [stdout]             crate::preset_tests::generics_inheritance::components::FooTypeProviderComponent
[INFO] [stdout]     = note: this error originates in the macro `NestedPresetB::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_a.rs:9:13
[INFO] [stdout]     |
[INFO] [stdout]   9 -             FooTypeProviderComponent: UseType<()>,
[INFO] [stdout]   9 +             BarTypeProviderComponent: UseType<()>,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `FooTypeProviderComponent` in this scope
[INFO] [stdout]    --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:18:27
[INFO] [stdout]     |
[INFO] [stdout]  18 |         DelegateComponent<FooTypeProviderComponent, Delegate = UseType<()>>
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: crates/tests/cgp-tests/tests/preset_tests/basic/components.rs:106:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | snapshot_cgp_type! {
[INFO] [stdout]     | ------------------ similarly named struct `BarTypeProviderComponent` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout]  18 -         DelegateComponent<FooTypeProviderComponent, Delegate = UseType<()>>
[INFO] [stdout]  18 +         DelegateComponent<BarTypeProviderComponent, Delegate = UseType<()>>
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   3 +     use crate::preset_tests::basic::components::FooTypeProviderComponent;
[INFO] [stdout]     |
[INFO] [stdout]   3 +     use crate::preset_tests::generics::components::FooTypeProviderComponent;
[INFO] [stdout]     |
[INFO] [stdout]   3 +     use crate::preset_tests::generics_inheritance::components::FooTypeProviderComponent;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::basic::preset::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/basic/preset.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 |             FooGetterComponent:
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooGetterComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/basic/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyPreset {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout] note: `FooGetterComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/basic/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyPreset {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: `#[warn(ambiguous_import_visibilities)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::basic::preset::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/basic/preset.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 |             FooGetterComponent:
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooGetterComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/basic/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyPreset {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout] note: `FooGetterComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/basic/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyPreset {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::basic::preset::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/basic/preset.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 |                 FooTypeProviderComponent,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooTypeProviderComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/basic/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyPreset {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `FooTypeProviderComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/basic/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyPreset {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::basic::preset::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/basic/preset.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 |                 FooTypeProviderComponent,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooTypeProviderComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/basic/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyPreset {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `FooTypeProviderComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/basic/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyPreset {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::basic::preset::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/basic/preset.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 |                 BarTypeProviderComponent,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarTypeProviderComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/basic/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyPreset {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `BarTypeProviderComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/basic/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyPreset {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::basic::preset::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/basic/preset.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 |                 BarTypeProviderComponent,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarTypeProviderComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/basic/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyPreset {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `BarTypeProviderComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/basic/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyPreset {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::generics::preset::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics/preset.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout] 18 |             BarGetterComponent:
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarGetterComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPreset<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarGetterComponent` to disambiguate
[INFO] [stdout] note: `BarGetterComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPreset<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::generics::preset::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics/preset.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout] 18 |             BarGetterComponent:
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarGetterComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPreset<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarGetterComponent` to disambiguate
[INFO] [stdout] note: `BarGetterComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPreset<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::generics::preset::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics/preset.rs:16:30
[INFO] [stdout]    |
[INFO] [stdout] 16 |             <const I: usize> FooGetterComponent<Index<I>>:
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooGetterComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPreset<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout] note: `FooGetterComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPreset<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::generics::preset::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics/preset.rs:16:30
[INFO] [stdout]    |
[INFO] [stdout] 16 |             <const I: usize> FooGetterComponent<Index<I>>:
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooGetterComponent` could refer to the tuple struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPreset<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout] note: `FooGetterComponent` could also refer to the tuple struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPreset<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::generics::preset::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics/preset.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 |                 FooTypeProviderComponent,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooTypeProviderComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPreset<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `FooTypeProviderComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPreset<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::generics::preset::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics/preset.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 |                 FooTypeProviderComponent,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooTypeProviderComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPreset<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `FooTypeProviderComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPreset<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::generics::preset::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics/preset.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 |                 BarTypeProviderComponent,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarTypeProviderComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPreset<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `BarTypeProviderComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPreset<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::generics::preset::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics/preset.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 |                 BarTypeProviderComponent,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarTypeProviderComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPreset<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `BarTypeProviderComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics/preset.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPreset<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::generics_inheritance::preset_a::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:16:30
[INFO] [stdout]    |
[INFO] [stdout] 16 |             <const I: usize> FooGetterComponent<Index<I>>:
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooGetterComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout] note: `FooGetterComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::generics_inheritance::preset_a::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:16:30
[INFO] [stdout]    |
[INFO] [stdout] 16 |             <const I: usize> FooGetterComponent<Index<I>>:
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooGetterComponent` could refer to the tuple struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout] note: `FooGetterComponent` could also refer to the tuple struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::generics_inheritance::preset_a::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 |             <I> BarGetterComponent<I>:
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarGetterComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarGetterComponent` to disambiguate
[INFO] [stdout] note: `BarGetterComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::generics_inheritance::preset_a::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 |             <I> BarGetterComponent<I>:
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarGetterComponent` could refer to the tuple struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarGetterComponent` to disambiguate
[INFO] [stdout] note: `BarGetterComponent` could also refer to the tuple struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::generics_inheritance::preset_a::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 |                 BarTypeProviderComponent,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarTypeProviderComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `BarTypeProviderComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::generics_inheritance::preset_a::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 |                 BarTypeProviderComponent,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarTypeProviderComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `BarTypeProviderComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::generics_inheritance::preset_a::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 |                 FooTypeProviderComponent,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooTypeProviderComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `FooTypeProviderComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::generics_inheritance::preset_a::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 |                 FooTypeProviderComponent,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooTypeProviderComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `FooTypeProviderComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::generics_inheritance::preset_b::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 |                   BarTypeProviderComponent,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarTypeProviderComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `BarTypeProviderComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `MyGenericPresetA::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::generics_inheritance::preset_b::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 |                   BarTypeProviderComponent,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarTypeProviderComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `BarTypeProviderComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `MyGenericPresetA::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::generics_inheritance::preset_b::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 |               <I> BarGetterComponent<I>:
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarGetterComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarGetterComponent` to disambiguate
[INFO] [stdout] note: `BarGetterComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `MyGenericPresetA::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::generics_inheritance::preset_b::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 |               <I> BarGetterComponent<I>:
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarGetterComponent` could refer to the tuple struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarGetterComponent` to disambiguate
[INFO] [stdout] note: `BarGetterComponent` could also refer to the tuple struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `MyGenericPresetA::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::generics_inheritance::preset_b::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:11:26
[INFO] [stdout]    |
[INFO] [stdout] 11 |             override <I> FooGetterComponent<I>:
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooGetterComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout] note: `FooGetterComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::generics_inheritance::preset_b::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:11:26
[INFO] [stdout]    |
[INFO] [stdout] 11 |             override <I> FooGetterComponent<I>:
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooGetterComponent` could refer to the tuple struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout] note: `FooGetterComponent` could also refer to the tuple struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::generics_inheritance::preset_b::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 |                   FooTypeProviderComponent,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooTypeProviderComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `FooTypeProviderComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `MyGenericPresetA::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::generics_inheritance::preset_b::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_a.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 |                   FooTypeProviderComponent,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooTypeProviderComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `FooTypeProviderComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/generics_inheritance/preset_b.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyGenericPresetB<T>: MyGenericPresetA<T> {
[INFO] [stdout] 11 | |             override <I> FooGetterComponent<I>:
[INFO] [stdout] 12 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] 13 | |         }
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `MyGenericPresetA::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::inheritance::preset_a::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_a.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 |                 FooTypeProviderComponent,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooTypeProviderComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_a.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyPresetA {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `FooTypeProviderComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_a.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyPresetA {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::inheritance::preset_a::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_a.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 |                 FooTypeProviderComponent,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooTypeProviderComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_a.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyPresetA {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `FooTypeProviderComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_a.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyPresetA {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::inheritance::preset_a::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_a.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 |                 BarTypeProviderComponent,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarTypeProviderComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_a.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyPresetA {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `BarTypeProviderComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_a.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyPresetA {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::inheritance::preset_a::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_a.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 |                 BarTypeProviderComponent,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarTypeProviderComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_a.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyPresetA {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `BarTypeProviderComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_a.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | /     cgp_preset! {
[INFO] [stdout] 10 | |         MyPresetA {
[INFO] [stdout] 11 | |             [
[INFO] [stdout] 12 | |                 FooTypeProviderComponent,
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::inheritance::preset_b::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 |             BarGetterComponent:
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarGetterComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarGetterComponent` to disambiguate
[INFO] [stdout] note: `BarGetterComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::inheritance::preset_b::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 |             BarGetterComponent:
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarGetterComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarGetterComponent` to disambiguate
[INFO] [stdout] note: `BarGetterComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::inheritance::preset_b::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 |             FooGetterComponent:
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooGetterComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout] note: `FooGetterComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::inheritance::preset_b::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 |             FooGetterComponent:
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooGetterComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout] note: `FooGetterComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::inheritance::preset_b::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_a.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 |                   BarTypeProviderComponent,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarTypeProviderComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `BarTypeProviderComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `MyPresetA::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::inheritance::preset_b::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_a.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 |                   BarTypeProviderComponent,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarTypeProviderComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `BarTypeProviderComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `MyPresetA::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::inheritance::preset_b::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_a.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 |                   FooTypeProviderComponent,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooTypeProviderComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `FooTypeProviderComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `MyPresetA::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::inheritance::preset_b::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_a.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 |                   FooTypeProviderComponent,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooTypeProviderComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `FooTypeProviderComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `MyPresetA::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BarTypeProviderComponent` and `FooTypeProviderComponent`
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_a.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 |                   FooTypeProviderComponent,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 13 |                   BarTypeProviderComponent,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         MyPresetB: MyPresetA {
[INFO] [stdout] 10 | |             FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("foo")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `MyPresetA::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::nested_inheritance::preset_a::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_a.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             FooTypeProviderComponent: UseType<()>,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooTypeProviderComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_a.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | /     cgp_preset! {
[INFO] [stdout]  8 | |         NestedPresetA {
[INFO] [stdout]  9 | |             FooTypeProviderComponent: UseType<()>,
[INFO] [stdout] 10 | |             FooGetterComponent: UseField<Symbol!("foo")>,
[INFO] [stdout] 11 | |         }
[INFO] [stdout] 12 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `FooTypeProviderComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_a.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | /     cgp_preset! {
[INFO] [stdout]  8 | |         NestedPresetA {
[INFO] [stdout]  9 | |             FooTypeProviderComponent: UseType<()>,
[INFO] [stdout] 10 | |             FooGetterComponent: UseField<Symbol!("foo")>,
[INFO] [stdout] 11 | |         }
[INFO] [stdout] 12 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::nested_inheritance::preset_a::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_a.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             FooTypeProviderComponent: UseType<()>,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooTypeProviderComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_a.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | /     cgp_preset! {
[INFO] [stdout]  8 | |         NestedPresetA {
[INFO] [stdout]  9 | |             FooTypeProviderComponent: UseType<()>,
[INFO] [stdout] 10 | |             FooGetterComponent: UseField<Symbol!("foo")>,
[INFO] [stdout] 11 | |         }
[INFO] [stdout] 12 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `FooTypeProviderComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_a.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | /     cgp_preset! {
[INFO] [stdout]  8 | |         NestedPresetA {
[INFO] [stdout]  9 | |             FooTypeProviderComponent: UseType<()>,
[INFO] [stdout] 10 | |             FooGetterComponent: UseField<Symbol!("foo")>,
[INFO] [stdout] 11 | |         }
[INFO] [stdout] 12 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::nested_inheritance::preset_a::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_a.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 |             FooGetterComponent: UseField<Symbol!("foo")>,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooGetterComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_a.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | /     cgp_preset! {
[INFO] [stdout]  8 | |         NestedPresetA {
[INFO] [stdout]  9 | |             FooTypeProviderComponent: UseType<()>,
[INFO] [stdout] 10 | |             FooGetterComponent: UseField<Symbol!("foo")>,
[INFO] [stdout] 11 | |         }
[INFO] [stdout] 12 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout] note: `FooGetterComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_a.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | /     cgp_preset! {
[INFO] [stdout]  8 | |         NestedPresetA {
[INFO] [stdout]  9 | |             FooTypeProviderComponent: UseType<()>,
[INFO] [stdout] 10 | |             FooGetterComponent: UseField<Symbol!("foo")>,
[INFO] [stdout] 11 | |         }
[INFO] [stdout] 12 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::nested_inheritance::preset_a::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_a.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 |             FooGetterComponent: UseField<Symbol!("foo")>,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooGetterComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_a.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | /     cgp_preset! {
[INFO] [stdout]  8 | |         NestedPresetA {
[INFO] [stdout]  9 | |             FooTypeProviderComponent: UseType<()>,
[INFO] [stdout] 10 | |             FooGetterComponent: UseField<Symbol!("foo")>,
[INFO] [stdout] 11 | |         }
[INFO] [stdout] 12 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout] note: `FooGetterComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_a.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | /     cgp_preset! {
[INFO] [stdout]  8 | |         NestedPresetA {
[INFO] [stdout]  9 | |             FooTypeProviderComponent: UseType<()>,
[INFO] [stdout] 10 | |             FooGetterComponent: UseField<Symbol!("foo")>,
[INFO] [stdout] 11 | |         }
[INFO] [stdout] 12 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::nested_inheritance::preset_b::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_b.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 |             BarTypeProviderComponent: UseType<()>,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarTypeProviderComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetB: NestedPresetA {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `BarTypeProviderComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetB: NestedPresetA {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::nested_inheritance::preset_b::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_b.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 |             BarTypeProviderComponent: UseType<()>,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarTypeProviderComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetB: NestedPresetA {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `BarTypeProviderComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetB: NestedPresetA {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::nested_inheritance::preset_b::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_b.rs:10:22
[INFO] [stdout]    |
[INFO] [stdout] 10 |             override FooGetterComponent:
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooGetterComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetB: NestedPresetA {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout] note: `FooGetterComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetB: NestedPresetA {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::nested_inheritance::preset_b::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_b.rs:10:22
[INFO] [stdout]    |
[INFO] [stdout] 10 |             override FooGetterComponent:
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooGetterComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetB: NestedPresetA {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout] note: `FooGetterComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetB: NestedPresetA {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::nested_inheritance::preset_b::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_a.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               FooTypeProviderComponent: UseType<()>,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetB: NestedPresetA {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooTypeProviderComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetB: NestedPresetA {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `FooTypeProviderComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetB: NestedPresetA {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `NestedPresetA::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::nested_inheritance::preset_b::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_a.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               FooTypeProviderComponent: UseType<()>,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetB: NestedPresetA {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooTypeProviderComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetB: NestedPresetA {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `FooTypeProviderComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetB: NestedPresetA {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `NestedPresetA::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `FooTypeProviderComponent`
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_a.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |               FooTypeProviderComponent: UseType<()>,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_b.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetB: NestedPresetA {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("food")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `NestedPresetA::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::nested_inheritance::preset_c::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_c.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             BarTypeProviderComponent: UseType<()>,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarTypeProviderComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_c.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | /     cgp_preset! {
[INFO] [stdout]  8 | |         NestedPresetC {
[INFO] [stdout]  9 | |             BarTypeProviderComponent: UseType<()>,
[INFO] [stdout] 10 | |             BarGetterComponent: UseField<Symbol!("bar")>,
[INFO] [stdout] 11 | |         }
[INFO] [stdout] 12 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `BarTypeProviderComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_c.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | /     cgp_preset! {
[INFO] [stdout]  8 | |         NestedPresetC {
[INFO] [stdout]  9 | |             BarTypeProviderComponent: UseType<()>,
[INFO] [stdout] 10 | |             BarGetterComponent: UseField<Symbol!("bar")>,
[INFO] [stdout] 11 | |         }
[INFO] [stdout] 12 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::nested_inheritance::preset_c::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_c.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 |             BarTypeProviderComponent: UseType<()>,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarTypeProviderComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_c.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | /     cgp_preset! {
[INFO] [stdout]  8 | |         NestedPresetC {
[INFO] [stdout]  9 | |             BarTypeProviderComponent: UseType<()>,
[INFO] [stdout] 10 | |             BarGetterComponent: UseField<Symbol!("bar")>,
[INFO] [stdout] 11 | |         }
[INFO] [stdout] 12 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `BarTypeProviderComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_c.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | /     cgp_preset! {
[INFO] [stdout]  8 | |         NestedPresetC {
[INFO] [stdout]  9 | |             BarTypeProviderComponent: UseType<()>,
[INFO] [stdout] 10 | |             BarGetterComponent: UseField<Symbol!("bar")>,
[INFO] [stdout] 11 | |         }
[INFO] [stdout] 12 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::nested_inheritance::preset_c::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_c.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 |             BarGetterComponent: UseField<Symbol!("bar")>,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarGetterComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_c.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | /     cgp_preset! {
[INFO] [stdout]  8 | |         NestedPresetC {
[INFO] [stdout]  9 | |             BarTypeProviderComponent: UseType<()>,
[INFO] [stdout] 10 | |             BarGetterComponent: UseField<Symbol!("bar")>,
[INFO] [stdout] 11 | |         }
[INFO] [stdout] 12 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarGetterComponent` to disambiguate
[INFO] [stdout] note: `BarGetterComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_c.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | /     cgp_preset! {
[INFO] [stdout]  8 | |         NestedPresetC {
[INFO] [stdout]  9 | |             BarTypeProviderComponent: UseType<()>,
[INFO] [stdout] 10 | |             BarGetterComponent: UseField<Symbol!("bar")>,
[INFO] [stdout] 11 | |         }
[INFO] [stdout] 12 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::nested_inheritance::preset_c::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_c.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 |             BarGetterComponent: UseField<Symbol!("bar")>,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarGetterComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_c.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | /     cgp_preset! {
[INFO] [stdout]  8 | |         NestedPresetC {
[INFO] [stdout]  9 | |             BarTypeProviderComponent: UseType<()>,
[INFO] [stdout] 10 | |             BarGetterComponent: UseField<Symbol!("bar")>,
[INFO] [stdout] 11 | |         }
[INFO] [stdout] 12 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarGetterComponent` to disambiguate
[INFO] [stdout] note: `BarGetterComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_c.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | /     cgp_preset! {
[INFO] [stdout]  8 | |         NestedPresetC {
[INFO] [stdout]  9 | |             BarTypeProviderComponent: UseType<()>,
[INFO] [stdout] 10 | |             BarGetterComponent: UseField<Symbol!("bar")>,
[INFO] [stdout] 11 | |         }
[INFO] [stdout] 12 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::nested_inheritance::preset_d::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:10:22
[INFO] [stdout]    |
[INFO] [stdout] 10 |             override FooGetterComponent:
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooGetterComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetD: NestedPresetB + NestedPresetC {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("fool")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout] note: `FooGetterComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetD: NestedPresetB + NestedPresetC {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("fool")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::nested_inheritance::preset_d::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:10:22
[INFO] [stdout]    |
[INFO] [stdout] 10 |             override FooGetterComponent:
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FooGetterComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetD: NestedPresetB + NestedPresetC {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("fool")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout] note: `FooGetterComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetD: NestedPresetB + NestedPresetC {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("fool")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `FooGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::nested_inheritance::preset_d::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |             override BarTypeProviderComponent ->
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarTypeProviderComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetD: NestedPresetB + NestedPresetC {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("fool")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `BarTypeProviderComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetD: NestedPresetB + NestedPresetC {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("fool")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::nested_inheritance::preset_d::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |             override BarTypeProviderComponent ->
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarTypeProviderComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetD: NestedPresetB + NestedPresetC {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("fool")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout] note: `BarTypeProviderComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetD: NestedPresetB + NestedPresetC {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("fool")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarTypeProviderComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::nested_inheritance::preset_d::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_c.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 |               BarGetterComponent: UseField<Symbol!("bar")>,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetD: NestedPresetB + NestedPresetC {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("fool")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarGetterComponent` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetD: NestedPresetB + NestedPresetC {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("fool")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarGetterComponent` to disambiguate
[INFO] [stdout] note: `BarGetterComponent` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetD: NestedPresetB + NestedPresetC {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("fool")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `NestedPresetC::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::nested_inheritance::preset_d::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_c.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 |               BarGetterComponent: UseField<Symbol!("bar")>,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetD: NestedPresetB + NestedPresetC {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("fool")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `BarGetterComponent` could refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetD: NestedPresetB + NestedPresetC {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("fool")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarGetterComponent` to disambiguate
[INFO] [stdout] note: `BarGetterComponent` could also refer to the unit struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetD: NestedPresetB + NestedPresetC {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout] 11 | |                 UseField<Symbol!("fool")>,
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `BarGetterComponent` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `NestedPresetC::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BarGetterComponent`, `BarTypeProviderComponent`, and `FooGetterComponent`
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_c.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 |               BarGetterComponent: UseField<Symbol!("bar")>,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/tests/cgp-tests/tests/preset_tests/nested_inheritance/preset_d.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     cgp_preset! {
[INFO] [stdout]  9 | |         NestedPresetD: NestedPresetB + NestedPresetC {
[INFO] [stdout] 10 | |             override FooGetterComponent:
[INFO] [stdout]    | |                      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 11 | |                 UseField<Symbol!("fool")>,
[INFO] [stdout] 12 | |             override BarTypeProviderComponent ->
[INFO] [stdout]    | |                      ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...  |
[INFO] [stdout] 15 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `NestedPresetC::with_components` which comes from the expansion of the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::wrapped::preset::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/wrapped/preset.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 |             Infallible: RaiseInfallible,
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Infallible` could refer to the enum imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/wrapped/preset.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | /     cgp_preset! {
[INFO] [stdout] 14 | |         #[wrap_provider(UseDelegate)]
[INFO] [stdout] 15 | |         ErrorHandlerPreset {
[INFO] [stdout] 16 | |             BoxError: ReturnError,
[INFO] [stdout] ...  |
[INFO] [stdout] 20 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `Infallible` to disambiguate
[INFO] [stdout] note: `Infallible` could also refer to the enum imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/wrapped/preset.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | /     cgp_preset! {
[INFO] [stdout] 14 | |         #[wrap_provider(UseDelegate)]
[INFO] [stdout] 15 | |         ErrorHandlerPreset {
[INFO] [stdout] 16 | |             BoxError: ReturnError,
[INFO] [stdout] ...  |
[INFO] [stdout] 20 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `Infallible` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::preset_tests::wrapped::preset::preset)
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/wrapped/preset.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout] 18 |             IoError: RaiseFrom,
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `IoError` could refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/wrapped/preset.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | /     cgp_preset! {
[INFO] [stdout] 14 | |         #[wrap_provider(UseDelegate)]
[INFO] [stdout] 15 | |         ErrorHandlerPreset {
[INFO] [stdout] 16 | |             BoxError: ReturnError,
[INFO] [stdout] ...  |
[INFO] [stdout] 20 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `IoError` to disambiguate
[INFO] [stdout] note: `IoError` could also refer to the struct imported here
[INFO] [stdout]   --> crates/tests/cgp-tests/tests/preset_tests/wrapped/preset.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | /     cgp_preset! {
[INFO] [stdout] 14 | |         #[wrap_provider(UseDelegate)]
[INFO] [stdout] 15 | |         ErrorHandlerPreset {
[INFO] [stdout] 16 | |             BoxError: ReturnError,
[INFO] [stdout] ...  |
[INFO] [stdout] 20 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout]    = help: consider adding an explicit import of `IoError` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `cgp_preset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `cgp::prelude::*`
[INFO] [stdout]    --> crates/tests/cgp-tests/src/tests/use_delegate/getter.rs:459:9
[INFO] [stdout]     |
[INFO] [stdout] 459 |     use cgp::prelude::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `cgp::prelude::*`
[INFO] [stdout]    --> crates/tests/cgp-tests/src/tests/use_delegate/getter.rs:607:9
[INFO] [stdout]     |
[INFO] [stdout] 607 |     use cgp::prelude::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0364, E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0364`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cgp-tests` (test "preset") due to 14 previous errors; 67 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "c27a7625f5d6273c17514364d4e6a4b4637d0931f454e5abf1abe4c853517e3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c27a7625f5d6273c17514364d4e6a4b4637d0931f454e5abf1abe4c853517e3b", kill_on_drop: false }`
[INFO] [stdout] c27a7625f5d6273c17514364d4e6a4b4637d0931f454e5abf1abe4c853517e3b
